home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib9 / v_11_03 / 1103061a < prev    next >
Encoding:
Text File  |  1995-11-01  |  158 b   |  13 lines

  1. #include "windows.h"
  2.  
  3. Menu MENU
  4. {
  5.     POPUP "&Draw"
  6.     {
  7.         MENUITEM "&Wire Frame", 1
  8.         MENUITEM "&Solid",      2, CHECKED
  9.     }
  10. }
  11.  
  12.  
  13.